github.com/klauspost/compress/zstd.frameDec.SingleSegment (field)

6 uses

	github.com/klauspost/compress/zstd (current package)
		framedec.go#L34: 	SingleSegment bool
		framedec.go#L132: 	d.SingleSegment = fhd&(1<<5) != 0
		framedec.go#L141: 	if !d.SingleSegment {
		framedec.go#L192: 		if d.SingleSegment {
		framedec.go#L239: 	if d.WindowSize == 0 && d.SingleSegment {
		framedec.go#L272: 		println("Frame: Dict:", d.DictionaryID, "FrameContentSize:", d.FrameContentSize, "singleseg:", d.SingleSegment, "window:", d.WindowSize, "crc:", d.HasCheckSum)